home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / cafe_wai.swf / scripts / DefineSprite_268 / frame_18 / DoAction.as
Text File  |  2011-01-06  |  242b  |  14 lines

  1. if(_root.bg.dishes.active)
  2. {
  3.    i = 1;
  4.    while(i <= 6)
  5.    {
  6.       this["plate" + i]._visible = false;
  7.       i++;
  8.    }
  9.    _root.bg.dishes.active = false;
  10.    _root.bg.worker.active = false;
  11. }
  12. _root.currentWastePlates = 0;
  13. stop();
  14.